Chrome Reactive Kotlin
/
pl.wendigo.chrome.api.heapprofiler
/
GetHeapObjectIdRequest
Get
Heap
Object
Id
Request
data class
GetHeapObjectIdRequest
(objectId:
RemoteObjectId
)
Content copied to clipboard
Represents request frame that can be used with
HeapProfiler#getHeapObjectId
operation call.
Constructors
Properties
Sources
See also
See also
pl.wendigo.chrome.api.heapprofiler.HeapProfilerDomain
Constructors
GetHeapObjectIdRequest
Link copied to clipboard
fun
GetHeapObjectIdRequest
(objectId:
RemoteObjectId
)
Content copied to clipboard
On this page
On this page
Properties
objectId
Link copied to clipboard
val
objectId
:
RemoteObjectId
Content copied to clipboard
Identifier of the object to get heap object id for.
On this page
On this page
Sources
jvm source
Link copied to clipboard
On this page
On this page